home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / mydoor01.zip / DEMODOOR.BAS < prev    next >
BASIC Source File  |  1997-07-22  |  345b  |  18 lines

  1. '$INCLUDE: 'C:\QBASIC\MYDOOR.BI'
  2.  
  3. version = "Test Door v1.00"
  4. author$ = "YourName Here"
  5. mydoor$ = "unregistered"
  6.  
  7. OPEN "BBSDOOR.CFG" FOR INPUT SHARED AS #1
  8. LINE INPUT #1, BoardNam
  9. LINE INPUT #1, SysName
  10. LINE INPUT #1, Nodepath$
  11. LINE INPUT #1, AscScore$
  12. LINE INPUT #1, AnsScore$
  13. LINE INPUT #1, Reg$
  14. CLOSE #1
  15.  
  16. read.cnf Nodepath$
  17.  
  18.